home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / ftn / log.z / log
Encoding:
Text File  |  1998-10-30  |  2.9 KB  |  67 lines

  1.  
  2.  
  3.  
  4. LLLLOOOOGGGG((((3333FFFF))))                                                                LLLLOOOOGGGG((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      log, alog, dlog, qlog, clog, zlog - FORTRAN natural logarithm intrinsic
  10.      function
  11.  
  12. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.      rrrreeeeaaaallll rrrr1111,,,, rrrr2222
  14.      ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn ddddpppp1111,,,, ddddpppp2222
  15.      rrrreeeeaaaallll****11116666 qqqqpppp1111,,,, qqqqpppp2222
  16.      ccccoooommmmpppplllleeeexxxx ccccxxxx1111,,,, ccccxxxx2222
  17.      ccccoooommmmpppplllleeeexxxx****11116666 ccccdddd1111,,,, ccccdddd2222
  18.  
  19.      rrrr2222 ==== aaaalllloooogggg((((rrrr1111))))
  20.      rrrr2222 ==== lllloooogggg((((rrrr1111))))
  21.  
  22.      ddddpppp2222 ==== ddddlllloooogggg((((ddddpppp1111))))
  23.      ddddpppp2222 ==== lllloooogggg((((ddddpppp1111))))
  24.  
  25.      qqqqpppp2222 ==== qqqqlllloooogggg((((qqqqpppp1111))))
  26.      qqqqpppp2222 ==== lllloooogggg((((qqqqpppp1111))))
  27.  
  28.      ccccxxxx2222 ==== cccclllloooogggg((((ccccxxxx1111))))
  29.      ccccxxxx2222 ==== lllloooogggg((((ccccxxxx1111))))
  30.  
  31.      ccccdddd2222 ==== zzzzlllloooogggg((((ccccdddd1111))))
  32.      ccccdddd2222 ==== lllloooogggg((((ccccdddd1111))))
  33.  
  34. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  35.      _a_l_o_g returns the real natural logarithm of its real argument.  _d_l_o_g
  36.      returns the double-precision natural logarithm of its double-precision
  37.      argument.  _q_l_o_g returns the real*16 natural logarithm of its real*16
  38.      argument.  The argument of _a_l_o_g, _d_l_o_g, and _q_l_o_g must be greater than
  39.      zero.  _c_l_o_g returns the complex logarithm of its complex argument.  The
  40.      argument of _c_l_o_g must not be (0.,0.).  The range of the imaginary part of
  41.      _c_l_o_g is: -pi < imaginary part <= pi.  _z_l_o_g returns the complex*16
  42.      logarithm of its complex*16 argument.  The generic function _l_o_g becomes a
  43.      call to _a_l_o_g, _d_l_o_g, _q_l_o_g, _c_l_o_g, or _z_l_o_g depending on the type of its
  44.      argument.
  45.  
  46. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  47.      exp(3M).
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.